Seperated LOADER_LOAD_DSC/LOADER_UNLOAD_DSC from LOADER_LOAD/LOADER_UNLOAD as the later is only used by the directory app. This saves 20 bytes of resident code space.
diff --git a/contiki-c64/Makefile.programs b/contiki-c64/Makefile.programs
index b38e453..0ec7fac 100644
--- a/contiki-c64/Makefile.programs
+++ b/contiki-c64/Makefile.programs
@@ -27,7 +27,7 @@
 #
 # This file is part of the Contiki desktop environment
 #
-# $Id: Makefile.programs,v 1.40 2005/05/07 13:29:58 oliverschmidt Exp $
+# $Id: Makefile.programs,v 1.41 2005/05/07 14:30:02 oliverschmidt Exp $
 #
 
 all: loader-arch-module.o loader-arch-module-dsc.o contiki-labels.o \
@@ -84,7 +84,7 @@
 	echo T CTK-80COL.DRV >> config.cfg
 	echo . >> config.cfg
 
-directory.prg: directory.o
+directory.prg: $(DIRECTORY)
 
 shell.prg: $(SHELL_)