X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Controls%2FMakefile;h=be947260700d1e40383258cb062f172a4f747ce7;hb=134d37d4498b7ef7b6953662c4a89ec5009ff32a;hp=7315b7ade05d8c563793090294b0cb7876cc267d;hpb=2f5bc89a7a1654cd313f075ede953396096f239b;p=flightgear.git diff --git a/Controls/Makefile b/Controls/Makefile index 7315b7ade..be9472607 100644 --- a/Controls/Makefile +++ b/Controls/Makefile @@ -49,8 +49,8 @@ $(TARGET): $(OFILES) all: $(TARGET) -dep: - $(CC) -MM *.c > depend +# depend: +# $(CC) -MM *.c > depend clean: rm -f *.o $(TARGET) lib*.a *~ core @@ -68,6 +68,9 @@ controls.o: #--------------------------------------------------------------------------- # $Log$ +# Revision 1.7 1997/06/27 20:03:33 curt +# Working on Makefile structure. +# # Revision 1.6 1997/06/26 19:08:29 curt # Restructuring make, adding automatic "make dep" support. #