* Fixed svn:eol-style and svn:keywords properties
[fw/sdcc] / main_in.mk
index 2ade72f41965b23b81726602debc0fdeab89d73b..b6a09be64618409ead6644915d1c8653df4bc792 100644 (file)
@@ -24,6 +24,7 @@ exec_prefix     = @exec_prefix@
 bindir          = @bindir@
 libdir          = @libdir@
 datadir         = @datadir@
+datarootdir     = @datarootdir@
 includedir      = @includedir@
 mandir          = @mandir@
 man1dir         = $(mandir)/man1
@@ -76,7 +77,7 @@ dep: #main.dep
 #      $(CPP) $(CPPFLAGS) $(M_OR_MM) *.c >main.dep
 
 #include main.dep
-include clean.mk
+include $(srcdir)/clean.mk
 
 # My rules
 # --------