diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-18 12:26:43 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-18 12:26:43 +0100 |
commit | d7dc10468a2f14072a555154e65c87753f9e05cd (patch) | |
tree | a256b629ce128491c198607259446533b5798a91 /source4/Makefile | |
parent | e8cf95773df914e8d71dcc1ce713fe0cc723d946 (diff) | |
download | samba-d7dc10468a2f14072a555154e65c87753f9e05cd.tar.gz samba-d7dc10468a2f14072a555154e65c87753f9e05cd.tar.bz2 samba-d7dc10468a2f14072a555154e65c87753f9e05cd.zip |
Eliminate duplicate variable.
(This used to be commit f5b2b20cafc137604bc527ca6bb2bc8edab551e9)
Diffstat (limited to 'source4/Makefile')
-rw-r--r-- | source4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/Makefile b/source4/Makefile index a2f0afc5f1..ea98b5e469 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -29,7 +29,7 @@ DEFAULT_HEADERS = $(srcdir)/lib/util/dlinklist.h \ binaries:: libraries:: $(STATIC_LIBS) $(SHARED_LIBS) -modules:: $(SHARED_MODULES) +modules:: $(PLUGINS) headers:: $(PUBLIC_HEADERS) $(DEFAULT_HEADERS) manpages:: $(MANPAGES) all:: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules pythonmods |