summaryrefslogtreecommitdiffstats
path: root/archivers/arc/files/patch-aa
blob: 2ba6172e6ff3999c3ea7798f0b9fccc29810a898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
*** Makefile.old	Wed Apr 15 02:57:58 1992
--- Makefile	Sat Dec 31 20:36:07 1994
***************
*** 32,45 ****
  OPT = -O
  # For MWC 3.0 on the Atari ST, use:
  #CFLAGS = -VCOMPAC -VPEEP
! CFLAGS = $(OPT) $(SYSTEM)
  
  # GNU's gcc is very nice, if you've got it. Otherwise just cc.
  #CC = cgcc -mshort
! CC = cc
  
  # tmclock is only needed on Unix systems...
! TMCLOCK = tmclock.o
  
  # Files needed for System V 
  #SYSVOBJ =	getwd.o rename.o scandir.o utimes.o
--- 32,46 ----
  OPT = -O
  # For MWC 3.0 on the Atari ST, use:
  #CFLAGS = -VCOMPAC -VPEEP
! #CFLAGS = $(OPT) $(SYSTEM)
! CFLAGS+=$(SYSTEM)
  
  # GNU's gcc is very nice, if you've got it. Otherwise just cc.
  #CC = cgcc -mshort
! #CC = cc
  
  # tmclock is only needed on Unix systems...
! TMCLOCK = #tmclock.o
  
  # Files needed for System V 
  #SYSVOBJ =	getwd.o rename.o scandir.o utimes.o
OpenPOWER on IntegriCloud