diff libmenu/Makefile @ 8623:440301fef3fe

Added/reordered #includes to silence warnings about "implicit declaration".
author rathann
date Sat, 28 Dec 2002 18:51:10 +0000
parents fefc56153615
children fd97f3727f15
line wrap: on
line diff
--- a/libmenu/Makefile	Sat Dec 28 18:35:44 2002 +0000
+++ b/libmenu/Makefile	Sat Dec 28 18:51:10 2002 +0000
@@ -28,7 +28,7 @@
 dep:    depend
 
 depend:
-	$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
+	$(CC) -MM $(CFLAGS) $(FREETYPE_INC) $(SRCS) 1>.depend
 
 #
 # include dependency files if they exist