Re-generated Makefiles
This commit is contained in:
parent
59792df1d6
commit
8dbcda78ad
2
Makefile
2
Makefile
|
@ -30,7 +30,7 @@ dist:
|
|||
$(PACKAGE)-$(VERSION)/project.conf
|
||||
$(RM) -- $(PACKAGE)-$(VERSION)
|
||||
|
||||
install: all
|
||||
install:
|
||||
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) install) || exit; done
|
||||
|
||||
uninstall:
|
||||
|
|
|
@ -31,7 +31,7 @@ clean:
|
|||
distclean: clean
|
||||
$(RM) -- $(TARGETS)
|
||||
|
||||
install: all
|
||||
install: $(TARGETS)
|
||||
|
||||
uninstall:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user