changeset 109:f7408398ed47

[project @ 1993-09-15 07:29:00 by jwe]
author jwe
date Wed, 15 Sep 1993 07:29:00 +0000
parents 55454c1bd2a2
children 7573fac6f629
files src/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Wed Sep 15 07:08:23 1993 +0000
+++ b/src/Makefile.in	Wed Sep 15 07:29:00 1993 +0000
@@ -41,7 +41,7 @@
 
 %.d: %.cc
 	rm -f $@
-	if test "$(srcdir)" = "." ; then \
+	-if test "$(srcdir)" = "." ; then \
 	  $(CXX) -MM $(CPPFLAGS) $(ALL_CXXFLAGS) $< | \
 	    sed -e 's/$*\.o/& $@/g' > $@.tmp && \
 	    mv $@.tmp $@ ; \