Makefile.in (taz): Use ";" not ";;".
authorKen Raeburn <raeburn@cygnus>
Thu, 26 Oct 1995 09:47:14 +0000 (09:47 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 26 Oct 1995 09:47:14 +0000 (09:47 +0000)
ChangeLog
Makefile.in

index aaa64ef716411dee50459e8b0864bc4d74de815e..242f0d761933d5234fcd7589d42d088a4b27fb4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
+
+       * Makefile.in (taz): Use ";" instead of ";;".
+
 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
 
        * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
index efebc0d5c46d7075a2a051c7853266ff3702b8f9..be05ea89c6d1ce52555ce743213b438698134599 100644 (file)
@@ -1161,9 +1161,9 @@ taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) \
        for d in $$dirs ; do \
          if [ -d $$d ]; then \
            if grep '^diststuff:' $$d/Makefile >/dev/null ; then \
-               (cd $$d ; $(MAKE) diststuff ) || exit 1  ;; \
+               (cd $$d ; $(MAKE) diststuff ) || exit 1  ; \
            elif grep '^info:' $$d/Makefile >/dev/null ; then \
-               (cd $$d ; $(MAKE) info ) || exit 1  ;; \
+               (cd $$d ; $(MAKE) info ) || exit 1  ; \
            fi ; \
            if [ -d $$d/proto-$$d.dir ]; then \
              ln -s ../$$d/proto-$$d.dir proto-toplev/$$d ; \
This page took 0.030791 seconds and 4 git commands to generate.