diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:07 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:07 +0000 |
commit | 0296c633c4ae31f9addfb57c6530815a54d22f62 (patch) | |
tree | f36d3d1e4a8db8bddbb09b8f6b40120df488c694 /buildlib/makefile.in | |
parent | 8484ee17823bf05287b3e877e23c576ed65b8f2c (diff) |
Problem resolver does not install all virtual packages.
Author: jgg
Date: 1999-10-31 23:58:35 GMT
Problem resolver does not install all virtual packages.
Diffstat (limited to 'buildlib/makefile.in')
-rw-r--r-- | buildlib/makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildlib/makefile.in b/buildlib/makefile.in index 9fd9bd59b..dbcc91cd6 100644 --- a/buildlib/makefile.in +++ b/buildlib/makefile.in @@ -37,7 +37,7 @@ else @echo > /dev/null endif ifeq ($(HAVE_C9X),yes) - -@rm include/inttypes.h + -@rm include/inttypes.h > /dev/null 2>&1 else @cp $(SRCDIR)/buildlib/inttypes.h.in include/inttypes.h endif |