diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-09 11:23:30 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-09 11:23:30 +0000 |
commit | e6e91ca3b113ec6466e6ba296303eed8630cb6f4 (patch) | |
tree | e6d35739e696fc5d45d3ccaf5019dce5865b5ef0 /app | |
parent | 35adaabe0b98a5db5de25c5b2b2bcc608579e2df (diff) |
redefine realinstall, not install here. Fixes existing afterinstall targets.
Diffstat (limited to 'app')
-rw-r--r-- | app/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Makefile.inc b/app/Makefile.inc index 5a0e10593..5f2ec87bd 100644 --- a/app/Makefile.inc +++ b/app/Makefile.inc @@ -1,4 +1,4 @@ .if exists(Makefile.am) -install: +realinstall: exec ${MAKE_ENV} ${MAKE} install-strip .endif |