summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-13 18:29:54 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-13 18:29:54 +0000
commit019d10feb82ece6bd93eb0aa2b789c8d31a90596 (patch)
treecda69e3e16f9942be22555e194432114c6e4225a /include
parentb014261ad3170ef0189a13c6c43839056a58db91 (diff)
downloadATCD-019d10feb82ece6bd93eb0aa2b789c8d31a90596.tar.gz
ChangeLogTag:Tue Jan 13 18:06:23 UTC 2004 Don Hinton <dhinton@dre.vanderbilt.edu>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/rules.local.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/rules.local.GNU b/include/makeinclude/rules.local.GNU
index 9aa19844fe0..01dd598b944 100644
--- a/include/makeinclude/rules.local.GNU
+++ b/include/makeinclude/rules.local.GNU
@@ -202,16 +202,16 @@ show_uninit:
# Installation targets
#----------------------------------------------------------------------------
-INSTALL ?=
# Always add LIB_INSTALL to INSTALL, so libs will get installed even no BIN
# is built. LIB_INSTALL is a dependency for BIN, so libs are installed prior
# to use. Also, make LIB_INSTALL depend on VLIBS, so libs get built prior to
# installation.
ifdef LIB_INSTALL
- INSTALL += $(LIB_INSTALL)
+ INSTALL ?= $(LIB_INSTALL)
$(LIB_INSTALL): $(VLIBS)
endif
+INSTALL ?=
install.local: $(INSTALL)
deinstall.local: