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 /misc | |
parent | 46b128762bf88581fbca33d00129c32e559e2c94 (diff) | |
download | librpm-tizen-907e305591fab72f5c152c134bfe0a999f5d6753.tar.gz librpm-tizen-907e305591fab72f5c152c134bfe0a999f5d6753.tar.bz2 librpm-tizen-907e305591fab72f5c152c134bfe0a999f5d6753.zip |
Build on solaris2.6 with gcc.
CVS patchset: 3362
CVS date: 1999/09/30 21:20:34
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index dba84c960..c939526a2 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -4,8 +4,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign INCLUDES = \ -I$(top_srcdir) \ - @INCPATH@ \ - -I$(top_srcdir}/misc + @INCPATH@ EXTRA_DIST = \ alloca.c basename.c err.c error.c \ |