|
Line
Link Here
|
| 0 |
-- screen-4.0.3/Makefile.in |
0 |
++ screen-4.0.3/Makefile.in |
|
Lines 68-74
Link Here
|
| 68 |
$(CC) $(LDFLAGS) -o $@ $(OFILES) $(LIBS) |
68 |
$(CC) $(LDFLAGS) -o $@ $(OFILES) $(LIBS) |
| 69 |
|
69 |
|
| 70 |
.c.o: |
70 |
.c.o: |
| 71 |
$(CC) -c -I. -I$(srcdir) $(M_CFLAGS) $(DEFS) $(OPTIONS) $(CFLAGS) $< |
71 |
$(CC) -c -I. -I$(srcdir) $(M_CFLAGS) $(DEFS) $(OPTIONS) $(CPPFLAGS) $(CFLAGS) $< |
| 72 |
|
72 |
|
| 73 |
install_bin: .version screen |
73 |
install_bin: .version screen |
| 74 |
-if [ -f $(DESTDIR)$(bindir)/$(SCREEN) ] && [ ! -f $(DESTDIR)$(bindir)/$(SCREEN).old ]; \ |
74 |
-if [ -f $(DESTDIR)$(bindir)/$(SCREEN) ] && [ ! -f $(DESTDIR)$(bindir)/$(SCREEN).old ]; \ |
|
Lines 122-128
Link Here
|
| 122 |
sh $(srcdir)/tty.sh tty.c |
122 |
sh $(srcdir)/tty.sh tty.c |
| 123 |
|
123 |
|
| 124 |
comm.h: comm.c comm.sh config.h |
124 |
comm.h: comm.c comm.sh config.h |
| 125 |
AWK=$(AWK) CC="$(CC) $(CFLAGS)" srcdir=${srcdir} sh $(srcdir)/comm.sh |
125 |
AWK=$(AWK) CC="$(CC) $(CFLAGS) $(CPPFLAGS)" srcdir=${srcdir} sh $(srcdir)/comm.sh |
| 126 |
|
126 |
|
| 127 |
osdef.h: osdef.sh config.h osdef.h.in |
127 |
osdef.h: osdef.sh config.h osdef.h.in |
| 128 |
CPP="$(CPP) $(CPPFLAGS)" srcdir=${srcdir} sh $(srcdir)/osdef.sh |
128 |
CPP="$(CPP) $(CPPFLAGS)" srcdir=${srcdir} sh $(srcdir)/osdef.sh |