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.

11 lines
304 B

  1. --- a/Makefile.in
  2. +++ b/Makefile.in
  3. @@ -79,7 +79,7 @@ screen: $(OFILES)
  4. $(CC) $(LDFLAGS) -o $@ $(OFILES) $(LIBS)
  5. .c.o:
  6. - $(CC) -c -I. -I$(srcdir) $(M_CFLAGS) $(CPPFLAGS) $(DEFS) \
  7. + $(CC) -c $(M_CFLAGS) $(CPPFLAGS) $(DEFS) \
  8. $(OPTIONS) $(CFLAGS) $<
  9. install_bin: .version screen installdirs