summaryrefslogtreecommitdiff
path: root/copt
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1999-12-17 19:06:32 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:43:38 +0200
commit3401185106fb312c6a7bba3d9e90d44b6df0043b (patch)
tree63bace6fae9b547cc0c939c6803185cc3ad8aa0e /copt
parent3d4957c86ff239b24b43933924ec72a3fd288518 (diff)
downloaddev86-3401185106fb312c6a7bba3d9e90d44b6df0043b.tar.gz
Import Dev86src-0.15.0.tar.gzv0.15.0
Diffstat (limited to 'copt')
-rw-r--r--copt/Makefile3
-rw-r--r--copt/copt.c2
-rwxr-xr-xcopt/copt1bin0 -> 16528 bytes
3 files changed, 4 insertions, 1 deletions
diff --git a/copt/Makefile b/copt/Makefile
index 7a7d653..329557b 100644
--- a/copt/Makefile
+++ b/copt/Makefile
@@ -1,8 +1,9 @@
copt: copt.c
- $(CC) $(ANSI) $(CFLAGS) $(LDFLAGS) -o copt copt.c
+ $(CC) $(CFLAGS) $(LDFLAGS) -o copt copt.c
realclean clean:
rm -f *.o copt
+# $(CC) $(ANSI) $(CFLAGS) $(LDFLAGS) -o copt copt.c
diff --git a/copt/copt.c b/copt/copt.c
index 24577ae..e440f31 100644
--- a/copt/copt.c
+++ b/copt/copt.c
@@ -872,5 +872,7 @@ void main(int argc, char **argv)
clearpattern();
}
writeoutf(outfile, headstr);
+
+ exit(0);
}
diff --git a/copt/copt1 b/copt/copt1
new file mode 100755
index 0000000..2883aba
--- /dev/null
+++ b/copt/copt1
Binary files differ