summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-12 13:54:21 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-12 13:54:21 +0000
commitf986188a9df2a8797f6466e2a18234be1da5d37a (patch)
treeb76cf13b9d195e34b31e3a7c7bbcdb3fa192591d
parent88004a232570d34bf49814c4be18043e4f992da7 (diff)
downloadATCD-f986188a9df2a8797f6466e2a18234be1da5d37a.tar.gz
removed extra "fi" in Install operation
-rw-r--r--include/makeinclude/rules.local.GNU8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/makeinclude/rules.local.GNU b/include/makeinclude/rules.local.GNU
index e0c43be4cd3..4d8d6cbced8 100644
--- a/include/makeinclude/rules.local.GNU
+++ b/include/makeinclude/rules.local.GNU
@@ -109,8 +109,7 @@ deinstall.local:
$(RM) $(INSTALL) $(LIB:%.a=$(INSLIB)/%*.a) $(SHLIB:%.$(SOEXT)=$(INSLIB)/%*.$(SOEXT))
-#### To disable installs, just remove write permission from $ACE_ROOT/ace.
-#### Or, add "INSTALL=" to your "make" invocation.
+#### To disable installs, just add "INSTALL=" to your "make" invocation.
$(INSBIN)/%$(VAR) \
$(INSINC)/ace% \
@@ -133,8 +132,7 @@ $(INSMAN)/mann/% :
echo "Installing $(@F) -> $(@D)" ; \
ln -s $(shell pwd)/$(@F) $@ ; \
fi ; \
- fi \
- fi
+ fi
ifdef MVSLIB
#special for MVS in order to use the .x files
@if test -w $(@D) ; then \
@@ -143,7 +141,7 @@ ifdef MVSLIB
else \
echo "Installing $(@F:.$(SOEXT)=.x) -> $(@D)" ; \
ln -s $(shell pwd)/$(@F:.$(SOEXT)=.x) $(@:.$(SOEXT)=.x) ; \
- fi \
+ fi \
fi
endif