Add some PHONYs to the install target in Makefiles.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20090821091758-6am9fbkvy9doooef
This commit is contained in:
Juan RP
2009-08-21 11:17:58 +02:00
parent 5b927b4759
commit 4aac305105
5 changed files with 5 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ $(LIBXBPS_STATIC): $(OBJECTS)
$(AR) rcs $@ $^
ranlib $@
.PHONY: install
install: $(LIBXBPS) $(LIBXBPS_STATIC)
install -d $(LIBDIR)
install -m 644 $(LIBXBPS_STATIC) $(LIBDIR)