don't install el_compat
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5002 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -62,11 +62,9 @@ install: all
|
|||||||
$(MKINSTALLDIRS) $(DESTDIR)$(libdir)
|
$(MKINSTALLDIRS) $(DESTDIR)$(libdir)
|
||||||
$(INSTALL_DATA) -m 0555 $(LIB) $(DESTDIR)$(libdir)/$(LIB)
|
$(INSTALL_DATA) -m 0555 $(LIB) $(DESTDIR)$(libdir)/$(LIB)
|
||||||
@install_symlink_command@
|
@install_symlink_command@
|
||||||
@el_yes@ $(INSTALL_DATA) -m 0555 $(LIB2) $(DESTDIR)$(libdir)/$(LIB2)
|
|
||||||
@el_yes@ @install_symlink_command2@
|
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
for i in $(LIBS); do rm -f $(DESTDIR)$(libdir)/$$i; done
|
rm -f $(DESTDIR)$(libdir)/$(LIB)
|
||||||
|
|
||||||
TAGS: $(SOURCES)
|
TAGS: $(SOURCES)
|
||||||
etags $(SOURCES)
|
etags $(SOURCES)
|
||||||
|
Reference in New Issue
Block a user