You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
293 B

  1. diff --git a/Makefile.in b/Makefile.in
  2. index 00b9eb1..2fdbae3 100644
  3. --- a/Makefile.in
  4. +++ b/Makefile.in
  5. @@ -17,7 +17,7 @@ DEFS = @DEFS@
  6. INCS = -I.
  7. TAR = tar
  8. -all: setserial setserial.cat
  9. +all: setserial
  10. setserial: setserial.c
  11. $(CC) $(CFLAGS) $(DEFS) $(INCS) setserial.c -o setserial