summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-03-25 23:53:34 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-03-25 23:53:34 +0000
commitdee03e1d2ddab1da588f3a2a0c911466ef21c0a1 (patch)
tree621d5a4d838f4d577822e6b566d7591385f6dfb5 /source3/Makefile.in
parent6d73e56b30047d3b8443e90df8359abb30a561d4 (diff)
downloadsamba-dee03e1d2ddab1da588f3a2a0c911466ef21c0a1.tar.gz
samba-dee03e1d2ddab1da588f3a2a0c911466ef21c0a1.tar.bz2
samba-dee03e1d2ddab1da588f3a2a0c911466ef21c0a1.zip
Don't do $(MAKE) modules_clean twice in a row - it breaks the build...
(This used to be commit 1e1544ecc12d1e7c00080894786f500cd774a6b3)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index a4109e5da7..53f4fad9d2 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -677,7 +677,6 @@ dynconfig.o: dynconfig.c Makefile
@$(CC) $(FLAGS) $(PATH_FLAGS) -c $< -o $@
dynconfig.po: dynconfig.c Makefile
- @$(MAKE) modules_clean
@if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \
dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
@echo Compiling $*.c with @PICFLAG@