summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-19 05:56:38 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-19 05:56:38 +0000
commit3918bbfac493d7c83371e0491570ea11d53d249a (patch)
tree9ab7e7650aec72866852fe4a30920e9cfe54a48d /win32
parent70927cb204f0dd6dc9d82e45d75fec50c437269c (diff)
* Makefile.in, common.mk (probes.h): moved to common.mk and changed to
see $(srcdir). * common.mk (probes.dmyh): now created it on $(srcdir) always. * win32/Makefile.sub (.SUFFIXES): removed common suffix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 58e97cfe9a..dd9048cc11 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -55,7 +55,7 @@ iconinc=-I$(icondirs: = -I)
!endif
###############
-.SUFFIXES: .y .def .lib
+.SUFFIXES: .def .lib
!if !defined(CC)
CC = cl