diff options
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r-- | source4/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in index fd6c16b2a9..2601511517 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -1072,7 +1072,9 @@ TOPFILES=dynconfig.o dynconfig.po clean: delheaders python_clean -rm -f core */*~ *~ */*.o */*/*.o */*/*.po */*/*.po32 */*.po */*.po32 */*.@SHLIBEXT@ \ - $(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(MODULES) $(TORTURE_PROGS) .headers.stamp + $(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(MODULES) $(TORTURE_PROGS) \ + .headers.stamp + -rm -rf librpc/gen_* # Making this target will just make sure that the prototype files # exist, not necessarily that they are up to date. Since they're |