diff options
author | jbj <devnull@localhost> | 1999-09-30 21:20:34 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-09-30 21:20:34 +0000 |
commit | 907e305591fab72f5c152c134bfe0a999f5d6753 (patch) | |
tree | 4defd4974540906707e77d76d980ad95de5dce41 /tools | |
parent | 46b128762bf88581fbca33d00129c32e559e2c94 (diff) | |
download | rpm-907e305591fab72f5c152c134bfe0a999f5d6753.tar.gz rpm-907e305591fab72f5c152c134bfe0a999f5d6753.tar.bz2 rpm-907e305591fab72f5c152c134bfe0a999f5d6753.zip |
Build on solaris2.6 with gcc.
CVS patchset: 3362
CVS date: 1999/09/30 21:20:34
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 750e0c25d..a28eed017 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -7,9 +7,7 @@ INCLUDES = \ -I$(top_srcdir)/build \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/popt \ - @INCPATH@ \ - -I/usr/include \ - -I$(top_srcdir)/misc + @INCPATH@ EXTRA_DIST = fstrcmp.c message.c str-list.c rpmchecksig.c mylibs= $(top_builddir)/build/.libs/librpmbuild.a \ |