1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

Don't do $(MAKE) modules_clean twice in a row - it breaks the build...

(This used to be commit 1e1544ecc12d1e7c00080894786f500cd774a6b3)
This commit is contained in:
Jelmer Vernooij 2003-03-25 23:53:34 +00:00
parent 6d73e56b30
commit dee03e1d2d

View File

@ -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@