[Synopsis-cvs] Synopsis/Synopsis/Synopsis/Parser/C Makefile.in,1.2,1.3

Stefan Seefeld stefan at fresco.org
Thu Sep 18 06:04:15 UTC 2003


Update of /cvs/synopsis/Synopsis/Synopsis/Parser/C
In directory frida:/tmp/cvs-serv25380/Synopsis/Parser/C

Modified Files:
	Makefile.in 
Log Message:
don't do anything, not even dep generation, if ctool isn't found.

Index: Makefile.in
===================================================================
RCS file: /cvs/synopsis/Synopsis/Synopsis/Parser/C/Makefile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -d -r1.2 -r1.3
--- Makefile.in	18 Sep 2003 04:10:05 -0000	1.2
+++ Makefile.in	18 Sep 2003 13:02:50 -0000	1.3
@@ -54,6 +54,8 @@ $(MODULE): $(OBJ)
 	$(SHELL) -ec '$(MAKEDEP) $(CPPFLAGS) $< \
           | sed "s/$*\\.o[ :]*/$*\\.d $*\\.o : /g" > $@'
 
+ifeq ($(CTOOL), 1)
 ifeq (,$(filter $(MAKECMDGOALS), depend doc clean distclean maintainer-clean))
 -include $(DEP)
+endif
 endif





More information about the Synopsis-changes mailing list