From 9a955180a4179237d3474a73c6829a6554a9bc09 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 24 Jun 2006 08:48:11 +0000 Subject: * Renamed config.mak to config.mk * Renamed common.rules to rules.mk * Removed explicit declaration of MODULE_DIRS in various spots (instead we let rules.mk compute it) svn-id: r23275 --- backends/module.mk | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'backends/module.mk') diff --git a/backends/module.mk b/backends/module.mk index e59d76cb88..54eb0fbe83 100644 --- a/backends/module.mk +++ b/backends/module.mk @@ -14,15 +14,5 @@ MODULE_OBJS := \ midi/seq.o \ midi/windows.o -MODULE_DIRS += \ - backends \ - backends/fs \ - backends/fs/posix \ - backends/fs/morphos \ - backends/fs/windows \ - backends/fs/amigaos4 \ - backends/fs/dc \ - backends/midi - # Include common rules -include $(srcdir)/common.rules +include $(srcdir)/rules.mk -- cgit v1.2.3