File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ CFLAGS1 = -os-s-wx
3636 $(CL) -ms -I$(WATCOM)$(DIRSEP)h $< -fm -fe=$@ -I..$(DIRSEP)suppl
3737! endif
3838! else ifdef __OSX__
39- clang -x c -Og -g -Wall -Wno-pragma-pack -DGCC - D__GETOPT_H -I../suppl $< -o $@
39+ clang -x c -Og -g -Wall -Wno-pragma-pack -D__GETOPT_H -I../suppl $< -o $@
4040! else ifdef __FREEBSD__
41- clang -x c -Og -g -Wall -Wno-pragma-pack -DGCC - D__GETOPT_H -I../suppl $< -o $@
41+ clang -x c -Og -g -Wall -Wno-pragma-pack -D__GETOPT_H -I../suppl $< -o $@
4242! else ifdef __OPENBSD__
43- clang -x c -Og -g -Wall -Wno-pragma-pack -DGCC - D__GETOPT_H -I../suppl $< -o $@
43+ clang -x c -Og -g -Wall -Wno-pragma-pack -D__GETOPT_H -I../suppl $< -o $@
4444! else ifdef __NETBSD__
45- gcc -x c -Og -g -Wall -Wno-pragma-pack -DGCC - D__GETOPT_H -I../suppl $< -o $@
45+ gcc -x c -Og -g -Wall -Wno-pragma-pack -D__GETOPT_H -I../suppl $< -o $@
4646! else
4747 $(CL386) -I$(WATCOM)$(DIRSEP)h $< -fm -fe=$@ -I..$(DIRSEP)suppl
4848! endif
You can’t perform that action at this time.
0 commit comments