Re-generate the Makefiles

This commit is contained in:
Pierre Pronchery 2017-11-09 05:50:20 +01:00
parent 5513ed428c
commit e2b8bc4a3f
2 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,7 @@ dist:
$(PACKAGE)-$(VERSION)/data/project.conf \
$(PACKAGE)-$(VERSION)/data/platform/Makefile \
$(PACKAGE)-$(VERSION)/data/platform/Darwin.conf \
$(PACKAGE)-$(VERSION)/data/platform/DeforaOS.conf \
$(PACKAGE)-$(VERSION)/data/platform/FreeBSD.conf \
$(PACKAGE)-$(VERSION)/data/platform/Linux.conf \
$(PACKAGE)-$(VERSION)/data/platform/NetBSD.conf \

View File

@ -16,6 +16,8 @@ install:
$(MKDIR) $(DESTDIR)$(PREFIX)/share/configure/platform
$(INSTALL) -m 0644 Darwin.conf $(DESTDIR)$(PREFIX)/share/configure/platform/Darwin.conf
$(MKDIR) $(DESTDIR)$(PREFIX)/share/configure/platform
$(INSTALL) -m 0644 DeforaOS.conf $(DESTDIR)$(PREFIX)/share/configure/platform/DeforaOS.conf
$(MKDIR) $(DESTDIR)$(PREFIX)/share/configure/platform
$(INSTALL) -m 0644 FreeBSD.conf $(DESTDIR)$(PREFIX)/share/configure/platform/FreeBSD.conf
$(MKDIR) $(DESTDIR)$(PREFIX)/share/configure/platform
$(INSTALL) -m 0644 Linux.conf $(DESTDIR)$(PREFIX)/share/configure/platform/Linux.conf
@ -28,6 +30,7 @@ install:
uninstall:
$(RM) -- $(DESTDIR)$(PREFIX)/share/configure/platform/Darwin.conf
$(RM) -- $(DESTDIR)$(PREFIX)/share/configure/platform/DeforaOS.conf
$(RM) -- $(DESTDIR)$(PREFIX)/share/configure/platform/FreeBSD.conf
$(RM) -- $(DESTDIR)$(PREFIX)/share/configure/platform/Linux.conf
$(RM) -- $(DESTDIR)$(PREFIX)/share/configure/platform/NetBSD.conf