Remember to make the dep directory.

This commit is contained in:
steve 1999-04-26 02:45:08 +00:00
parent d98eb443b8
commit f01cbc6a57
2 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.1 1999/04/25 21:54:33 steve Exp $"
#ident "$Id: Makefile.in,v 1.2 1999/04/26 02:45:08 steve Exp $"
#
#
SHELL = /bin/sh
@ -64,6 +64,7 @@ ivl: $O
$(CXX) $(CXXFLAGS) -o ivl $O
%.o dep/%.d: %.cc
@[ -d dep ] || mkdir dep
$(CXX) $(CXXFLAGS) -MD -c $< -o $*.o
mv $*.d dep/$*.d

View File

@ -18,7 +18,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.1 1999/04/26 02:35:44 steve Exp $"
#ident "$Id: Makefile.in,v 1.2 1999/04/26 02:45:08 steve Exp $"
#
#
SHELL = /bin/sh
@ -48,6 +48,7 @@ LDFLAGS = @LDFLAGS@
all: libvvm.a
%.o dep/%.d: %.cc
@[ -d dep ] || mkdir dep
$(CXX) -Wall -fno-exceptions $(CXXFLAGS) -MD -c $< -o $*.o
mv $*.d dep