]> Zhao Yanbai Git Server - minix.git/commitdiff
Fixed compile break (no install target)
authorBen Gras <ben@minix3.org>
Tue, 3 May 2005 09:15:37 +0000 (09:15 +0000)
committerBen Gras <ben@minix3.org>
Tue, 3 May 2005 09:15:37 +0000 (09:15 +0000)
drivers/libdriver/Makefile

index 178cfac31818dcdf25ececabbf542ea8d1e0527e..9132541e945841285186544e07cebc5a1c7ff017 100644 (file)
@@ -22,6 +22,8 @@ all build: $(OBJECTS)
 clean:
        rm -f *.o *.bak 
 
+install:
+
 # Dependencies
 a = $m/config.h $i/ansi.h $m/type.h $m/com.h $m/callnr.h $s/types.h \
        $m/const.h $m/syslib.h $m/utils.h \