mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 07:30:21 +00:00
Don't include -L$(LIBDIR) in RFLAGS, it is not needed during compilation
This commit is contained in:
parent
271b27fbed
commit
2d61ab2af5
@ -60,7 +60,7 @@ REQUIRED-INCS = $(INCDIR)version.h
|
||||
|
||||
CFLAGS = $(OPTFLAGS) $(DFLAGS) $(FPFLAGS)
|
||||
DISPCFLAGS = $(DISPOPTFLAGS) $(DFLAGS) $(FPFLAGS)
|
||||
RFLAGS = -c $(CFLAGS) -I$(INCDIR) -I$(INCLUDEDIR) -L$(LIBDIR)
|
||||
RFLAGS = -c $(CFLAGS) -I$(INCDIR) -I$(INCLUDEDIR)
|
||||
ANSIRFLAGS = -c $(ANSIOPTFLAGS) $(DFLAGS) $(FPFLAGS) -I$(INCDIR) -I$(INCLUDEDIR)
|
||||
DISPRFLAGS = -c $(DISPCFLAGS) -I$(INCDIR) -I$(INCLUDEDIR)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user