Fix typo to allow building on non-i386 architectures.

This commit is contained in:
Christian Weisgerber 2002-11-29 23:46:38 +00:00
parent 040d812646
commit d55758dc36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71236

View file

@ -29,7 +29,7 @@
+# This should work for non-i386 FreeBSD (e.g. Alpha)
+freebsd-generic:
+ $(MAKE) target=FreeBSD \
+ CC='$(CC) CXX='$(CXX)' \
+ CC='$(CC)' CXX='$(CXX)' \
+ CFLAGS='$(CFLAGS)' \
+ LDFLAGS='$(LDFLAGS)' \
+ opt='$(opt) -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS -DFAST' \