summaryrefslogtreecommitdiff
path: root/buildlib/makefile.in
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-05-22 10:16:10 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2012-05-22 10:16:10 +0200
commitfa64f7b255b6fce2949ccd13a01714a595020534 (patch)
treec36790770a73a4523871ca69c11ffa4e61cadabf /buildlib/makefile.in
parente27a1f01f90f5eae73f66f25b316ee8859f72105 (diff)
parent9c30a078c04fe1e86b0aea64cc9cb790e95a7c57 (diff)
merged from david
Diffstat (limited to 'buildlib/makefile.in')
-rw-r--r--buildlib/makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/buildlib/makefile.in b/buildlib/makefile.in
index 756565f40..66144cfc6 100644
--- a/buildlib/makefile.in
+++ b/buildlib/makefile.in
@@ -31,11 +31,6 @@ maintainer-clean dist-clean pristine sanity distclean:
.PHONY: dirs
dirs:
$(MAKE) -C $(SRCDIR) -f Makefile $@
-ifeq ($(HAVE_C9X),yes)
- @rm -f include/inttypes.h > /dev/null 2>&1
-else
- @cp -p $(SRCDIR)/buildlib/inttypes.h.in include/inttypes.h
-endif
ifeq ($(HAVE_STATVFS),yes)
@rm -f include/statvfs.h > /dev/null 2>&1
else