the cygwin shell is as follows:
Mercury@mercury /cygdrive/c/bc/src
$ make
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
Error makefile 36: Command syntax error
Error makefile 37: Command syntax error
*** 2 errors during make ***
lines 36 & 37 -
31 ack: $(O_FILES)
32 rm -f ack.exe
33 $(CC) $(L_FLAGS) -o ack $(O_FILES)
34
35 .c.o: ack.h
36 $(CC) -c $(C_FLAGS) -Dunix -DNOCRYPT $<
37
38 clean:
39 rm -f $(O_FILES) ack.exe ../area/core
40 make
41
(41 is the EOF)
any help would be appreciated, again... syntax error in "Makefile" when trying to compile via CygWin under Windows 2k Adv Server
Mercury@mercury /cygdrive/c/bc/src
$ make
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
Error makefile 36: Command syntax error
Error makefile 37: Command syntax error
*** 2 errors during make ***
lines 36 & 37 -
31 ack: $(O_FILES)
32 rm -f ack.exe
33 $(CC) $(L_FLAGS) -o ack $(O_FILES)
34
35 .c.o: ack.h
36 $(CC) -c $(C_FLAGS) -Dunix -DNOCRYPT $<
37
38 clean:
39 rm -f $(O_FILES) ack.exe ../area/core
40 make
41
(41 is the EOF)
any help would be appreciated, again... syntax error in "Makefile" when trying to compile via CygWin under Windows 2k Adv Server