Fix broken tabs

This commit is contained in:
Eric Andersen 2002-11-07 02:06:58 +00:00
parent 62d28828d6
commit f9496d4e44

View File

@ -27,9 +27,11 @@ all: ncurses lxdialog
lxdialog: $(OBJS)
$(HOSTCC) -o lxdialog $(OBJS) $(LIBS)
.PHONY: ncurses
ncurses:
@echo "main() {}" > lxtemp.c
@if $(HOSTCC) -lncurses lxtemp.c ; then \
@if $(HOSTCC) lxtemp.c $(LIBS) ; then \
rm -f lxtemp.c a.out; \
else \
rm -f lxtemp.c; \