From e2b8bc4a3fa0cb6101e9311d50be2d2b1bb42e6c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 9 Nov 2017 05:50:20 +0100 Subject: [PATCH] Re-generate the Makefiles --- Makefile | 1 + data/platform/Makefile | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 9fc664a..93ae4dc 100644 --- a/Makefile +++ b/Makefile @@ -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 \ diff --git a/data/platform/Makefile b/data/platform/Makefile index 4ef0ec0..d8f8dda 100644 --- a/data/platform/Makefile +++ b/data/platform/Makefile @@ -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