diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_linux/Makefile.common | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/emulators/suse_linux/Makefile.common b/emulators/suse_linux/Makefile.common index ba84ab55311..a7f58c02d2a 100644 --- a/emulators/suse_linux/Makefile.common +++ b/emulators/suse_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2002/04/04 09:47:07 tron Exp $ +# $NetBSD: Makefile.common,v 1.8 2002/04/07 13:10:16 tron Exp $ SUSE_VERSION= 7.3 @@ -18,6 +18,11 @@ EMULDIR= ${PREFIX}/${EMULSUBDIR} RPM2PKG= ${PREFIX}/sbin/rpm2pkg BUILD_DEPENDS+= rpm2pkg>=1.2:../../pkgtools/rpm2pkg +BUILD_DEFS+= RPMFILES +.if defined(RPMIGNOREPATH) +BUILD_DEFS+= RPMIGNOREPATH +.endif + # The SuSE Linux packages have circular dependencies. LDD?= ${TRUE} |