Fix sysntax error.
Also, never install anything *outside* of install tree. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@960 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -45,7 +45,6 @@ install: all
|
|||||||
$(MKINSTALLDIRS) $(libdir)
|
$(MKINSTALLDIRS) $(libdir)
|
||||||
-if test "$(LIB)" != ""; then \
|
-if test "$(LIB)" != ""; then \
|
||||||
$(INSTALL) -m 0555 $(LIB) $(libdir) ; \
|
$(INSTALL) -m 0555 $(LIB) $(libdir) ; \
|
||||||
$(LN_S) $(libdir)/$(LIB) /usr/afsws/lib/afskauthlib.so
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
|
Reference in New Issue
Block a user