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 --- sound/softsynth/mt32/module.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sound/softsynth/mt32/module.mk') diff --git a/sound/softsynth/mt32/module.mk b/sound/softsynth/mt32/module.mk index ab13e750bb..ac208a563f 100644 --- a/sound/softsynth/mt32/module.mk +++ b/sound/softsynth/mt32/module.mk @@ -10,8 +10,5 @@ MODULE_OBJS := \ tables.o \ freeverb.o -MODULE_DIRS += \ - sound/softsynth/mt32 - # Include common rules -include $(srcdir)/common.rules +include $(srcdir)/rules.mk -- cgit v1.2.3