diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-18 09:32:17 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-18 15:26:44 +0200 |
commit | 9cbea1f6ed977b3e66846741555bd0751521fcdc (patch) | |
tree | 762743b77372d4058adf4e7c41309216f9f60f79 /source3/Makefile.in | |
parent | 071dfb42f2e020dc4b87bd5bbde7d7e17af2fd83 (diff) | |
download | samba-9cbea1f6ed977b3e66846741555bd0751521fcdc.tar.gz samba-9cbea1f6ed977b3e66846741555bd0751521fcdc.tar.xz samba-9cbea1f6ed977b3e66846741555bd0751521fcdc.zip |
s3:Makefile.in: fix 'make realdistclean' after moving generated files to autoconf/
metze
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 42c573e0dd..0d0950adfc 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3244,7 +3244,7 @@ distclean:: realclean realdistclean:: distclean -rm -f include/autoconf/config.h.in - -rm -f include/version.h + -rm -f include/autoconf/version.h -rm -f configure # when configure.in is updated, reconfigure |