diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-10-28 23:16:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:29 -0500 |
commit | 3f2136b9190fe8035ebba7514ad136f390081c1f (patch) | |
tree | cd1c00b17d878ab6cd318a571af55c5f62cfabf1 /source4/main.mk | |
parent | 42c5211bf492a5bbe32d3be56304252df98467b0 (diff) | |
download | samba-3f2136b9190fe8035ebba7514ad136f390081c1f.tar.gz samba-3f2136b9190fe8035ebba7514ad136f390081c1f.tar.xz samba-3f2136b9190fe8035ebba7514ad136f390081c1f.zip |
r11387: Remove pidl from the default 'install' target as it doesn't obey the
user specified install paths.
(This used to be commit d537a35ec3d5fb2dc5143c1fb880faab5c64a862)
Diffstat (limited to 'source4/main.mk')
-rw-r--r-- | source4/main.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |