diff options
Diffstat (limited to 'ipl/packs/loadfunc')
-rw-r--r-- | ipl/packs/loadfunc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ipl/packs/loadfunc/Makefile b/ipl/packs/loadfunc/Makefile index 66c72d7..6c9cc2f 100644 --- a/ipl/packs/loadfunc/Makefile +++ b/ipl/packs/loadfunc/Makefile @@ -3,7 +3,7 @@ # It is assumed that the standard C functions will be found by iconx. include ../../../Makedefs -CFLAGS = -O $(CFDYN) -I../../cfuncs +CFLAGS = -O $(CFDYN) -I../../cfuncs ICONT = icont IFLAGS = -us @@ -28,7 +28,8 @@ libnames.icn: Makefile echo '$$define FUNCLIB "./$(FUNCLIB)"' >libnames.icn $(FUNCLIB): $(FUNCS) - CC="$(CC)" CFLAGS="$(CFLAGS)" sh $(MKLIB) $(FUNCLIB) $(FUNCS) + CC="$(CC)" CFLAGS="$(CFLAGS)" BIN="../../../bin" \ + sh $(MKLIB) $(FUNCLIB) $(FUNCS) # Copy progs to ../../iexe: |