From c13dc3a829fb2bba26c9b74f33f64b5fdf0e9cdc Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 27 Jun 1997 20:03:40 +0000 Subject: [PATCH] Working on Makefile structure. --- Math/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Math/Makefile b/Math/Makefile index 223f148f..34dab00b 100644 --- a/Math/Makefile +++ b/Math/Makefile @@ -49,8 +49,8 @@ $(TARGET): $(OFILES) $(HFILES) all: $(TARGET) -dep: - $(CC) -MM *.c > depend +# depend: +# $(CC) -MM *.c > depend clean: rm -f *.o $(TARGET) lib*.a *~ core @@ -65,6 +65,9 @@ include depend #--------------------------------------------------------------------------- # $Log$ +# Revision 1.5 1997/06/27 20:03:40 curt +# Working on Makefile structure. +# # Revision 1.4 1997/06/26 19:08:38 curt # Restructuring make, adding automatic "make dep" support. # -- 2.39.2