diff options
author | ewt <devnull@localhost> | 1998-02-11 08:59:34 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1998-02-11 08:59:34 +0000 |
commit | 7388abf88b2f181dee5c17f3a4282eaadb3444d3 (patch) | |
tree | 1baa020f7d36d24e2d39e26441609a440a2c36d0 /misc | |
parent | c8be333089ae5c1d8d523a0cce332f34293ef02c (diff) | |
download | rpm-7388abf88b2f181dee5c17f3a4282eaadb3444d3.tar.gz rpm-7388abf88b2f181dee5c17f3a4282eaadb3444d3.tar.bz2 rpm-7388abf88b2f181dee5c17f3a4282eaadb3444d3.zip |
1) added changes which let RPM build in a directory other then its source
directory
2) moved popt to autoconf
CVS patchset: 2005
CVS date: 1998/02/11 08:59:34
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile.in b/misc/Makefile.in index 0c66bf876..35ac3bb3a 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -1,7 +1,7 @@ srcdir = @srcdir@ VPATH = $(srcdir) -include $(srcdir)/../Makefile.inc +include ../Makefile.inc LIBOBJECTS = @MISCOBJS@ LIBMISC = libmisc.a |