initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / x11 / wmitime / makefile.patch
1 --- wmitime/wmitime/Makefile.orig       Mon Aug 26 11:35:15 2002
2 +++ wmitime/wmitime/Makefile    Mon Aug 26 11:36:02 2002
3 @@ -9,7 +9,7 @@
4  
5  
6  .c.o:
7 -       cc -I/usr/X11R6/share/include $(FLAGS) -D$(LANG) -c -Wall $< -o $*.o
8 +       cc -I/usr/X11R6/include $(FLAGS) -D$(LANG) -c -Wall $< -o $*.o
9  
10  wmtime: $(OBJS)
11         cc $(FLAGS) -D$(LANG) -o wmitime $^ -lXext $(LIBDIR) $(LIBS)