From dee03e1d2ddab1da588f3a2a0c911466ef21c0a1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 25 Mar 2003 23:53:34 +0000 Subject: Don't do $(MAKE) modules_clean twice in a row - it breaks the build... (This used to be commit 1e1544ecc12d1e7c00080894786f500cd774a6b3) --- source3/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/Makefile.in') 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@ -- cgit