mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-07 11:17:29 +00:00
was adding -DNOVERSION -DINIT to wrong variable
This commit is contained in:
0
bin/compile-flags
Executable file → Normal file
0
bin/compile-flags
Executable file → Normal file
0
bin/config.guess
vendored
Executable file → Normal file
0
bin/config.guess
vendored
Executable file → Normal file
0
bin/copyright
Executable file → Normal file
0
bin/copyright
Executable file → Normal file
0
bin/dbxinit.txt
Executable file → Normal file
0
bin/dbxinit.txt
Executable file → Normal file
0
bin/environment-variables
Executable file → Normal file
0
bin/environment-variables
Executable file → Normal file
0
bin/machinetype
Executable file → Normal file
0
bin/machinetype
Executable file → Normal file
2
bin/makefile-cygwin.x86_64-x
Executable file → Normal file
2
bin/makefile-cygwin.x86_64-x
Executable file → Normal file
@@ -17,7 +17,7 @@ XFILES = $(OBJECTDIR)xmkicon.o \
|
||||
XFLAGS = -DXWINDOW
|
||||
|
||||
# OPTFLAGS is normally -O2.
|
||||
OPTFLAGS = -O2 -g3
|
||||
OPTFLAGS = -O0 -g
|
||||
|
||||
DFLAGS = $(XFLAGS) -DRELEASE=351
|
||||
|
||||
|
||||
0
bin/makefile-header
Executable file → Normal file
0
bin/makefile-header
Executable file → Normal file
4
bin/makefile-init-cygwin.x86_64
Executable file → Normal file
4
bin/makefile-init-cygwin.x86_64
Executable file → Normal file
@@ -18,9 +18,9 @@ XFLAGS = -DXWINDOW
|
||||
# OPTFLAGS is normally -O2.
|
||||
OPTFLAGS = -O0 -g
|
||||
DEBUGFLAGFLAGS =
|
||||
DFLAGS = $(DEBUGFLAGS) $(XFLAGS) -DRELEASE=351
|
||||
DFLAGS = $(DEBUGFLAGS) $(XFLAGS) -DRELEASE=351 -DNOVERSION -DINIT
|
||||
|
||||
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm -DNOVERSION -DINIT
|
||||
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm
|
||||
LDELDFLAGS = -L/usr/X11/lib -lX11 -lc -lm
|
||||
|
||||
OBJECTDIR = ../$(RELEASENAME)/
|
||||
|
||||
0
bin/makeinitlde
Executable file → Normal file
0
bin/makeinitlde
Executable file → Normal file
0
bin/makeright
Executable file → Normal file
0
bin/makeright
Executable file → Normal file
0
bin/mkvdate
Executable file → Normal file
0
bin/mkvdate
Executable file → Normal file
0
bin/osversion
Executable file → Normal file
0
bin/osversion
Executable file → Normal file
0
bin/release-one
Executable file → Normal file
0
bin/release-one
Executable file → Normal file
0
bin/start-release
Executable file → Normal file
0
bin/start-release
Executable file → Normal file
0
bin/u2dnames.sed
Executable file → Normal file
0
bin/u2dnames.sed
Executable file → Normal file
0
bin/unix2dos.sed
Executable file → Normal file
0
bin/unix2dos.sed
Executable file → Normal file
Reference in New Issue
Block a user