diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 558b621..5a5dd6a 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
@@ -163,3 +163,6 @@ clean: | |||
163 | local-dist: $(DISTFILES) | 163 | local-dist: $(DISTFILES) |
164 | mkdir -p $(DESTDIR) | 164 | mkdir -p $(DESTDIR) |
165 | cp -dp --parents $(DISTFILES) $(DESTDIR) | 165 | cp -dp --parents $(DISTFILES) $(DESTDIR) |
166 | |||
167 | Makefile: Makefile.in ../config.status | ||
168 | cd .. && ./config.status | ||