From 3f2136b9190fe8035ebba7514ad136f390081c1f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 28 Oct 2005 23:16:27 +0000 Subject: r11387: Remove pidl from the default 'install' target as it doesn't obey the user specified install paths. (This used to be commit d537a35ec3d5fb2dc5143c1fb880faab5c64a862) --- source4/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/main.mk') diff --git a/source4/main.mk b/source4/main.mk index 2960258e55..be88b016ed 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -75,7 +75,7 @@ PATH_FLAGS = -DCONFIGFILE=\"$(CONFIGFILE)\" -DSBINDIR=\"$(SBINDIR)\" \ -DSWATDIR=\"$(SWATDIR)\" -DPRIVATE_DIR=\"$(PRIVATEDIR)\" install: showlayout installbin installdat installswat installmisc installlib \ - installheader installpidl + installheader # DESTDIR is used here to prevent packagers wasting their time # duplicating the Makefile. Remove it and you will have the privilege -- cgit