First Commit
[librecmc/package-feed.git] / utils / screen / patches / 110-do_not_add_srcdir_to_include_path.patch
1 --- a/Makefile.in
2 +++ b/Makefile.in
3 @@ -79,7 +79,7 @@ screen: $(OFILES)
4         $(CC) $(LDFLAGS) -o $@ $(OFILES) $(LIBS)
5  
6  .c.o:
7 -       $(CC) -c -I. -I$(srcdir) $(M_CFLAGS) $(CPPFLAGS) $(DEFS) \
8 +       $(CC) -c $(M_CFLAGS) $(CPPFLAGS) $(DEFS) \
9             $(OPTIONS) $(CFLAGS) $<
10  
11  install_bin: .version screen