Fix build for Alpha.

This commit is contained in:
Steve Price 1999-05-24 02:04:22 +00:00
parent d3a65967ae
commit e932801d57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18960

View File

@ -2,7 +2,7 @@
# Makefile for DeFT
#
TARGET = DeFT.exec
FFLAGS = -O2 -malign-double -Nn802
FFLAGS ?= -O2 -malign-double -Nn802
LFLAGS =
SRCS:sh = ls *.f
OBJS = $(SRCS:.f=.o)