diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-29 19:19:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-29 19:19:15 +0000 |
commit | 0e9a9fb33f1801850b74d3c26a77a65ff9e4ebbf (patch) | |
tree | 3a5344dad88650e30a9b8b2f3321e1fc397becdc /emulators/linux_base | |
parent | 01473d6498c445983a7754fabe278ee1a51cf744 (diff) | |
download | ports-0e9a9fb33f1801850b74d3c26a77a65ff9e4ebbf.tar.gz ports-0e9a9fb33f1801850b74d3c26a77a65ff9e4ebbf.zip |
Don't use .error -- it breaks 'make index' on sparc64.
Notes
Notes:
svn path=/head/; revision=125457
Diffstat (limited to 'emulators/linux_base')
-rw-r--r-- | emulators/linux_base/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index d0447372d56f..99ea91a8669a 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -106,8 +106,6 @@ RPM_COMPAT_LIBSTDCXX= RPM_SETSERIAL= setserial-2.17-3.alpha.rpm RPM_SETUP= setup-2.4.7-2.noarch.rpm RPM_XFREE86_LIBS= XFree86-libs-4.1.0-29.4hp.alpha.rpm -.else -.error Unsupported architecture ${ARCH}. .endif DBPATH= /var/lib/rpm |