Bugfix for hpux-parisc (ARFLAGS defaults were creating problems)

This commit is contained in:
Ralph Lange
2003-09-03 14:08:51 +00:00
parent b68112ba6a
commit 0e2eddbcdb

View File

@@ -21,7 +21,8 @@ include $(EPICS_BASE)/config/CONFIG.Host.UnixCommon
SHRLIB_SUFFIX = .sl
AR = ar -rc
AR = ar
ARFLAGS = -rc
# Configure OS vendor C compiler
ACC = cc