diff options
Diffstat (limited to 'usr/src/lib/udapl/Makefile')
-rw-r--r-- | usr/src/lib/udapl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/lib/udapl/Makefile b/usr/src/lib/udapl/Makefile index 142425232c..1ada445929 100644 --- a/usr/src/lib/udapl/Makefile +++ b/usr/src/lib/udapl/Makefile @@ -27,7 +27,7 @@ include ../Makefile.lib SUBDIRS = libdat udapl_tavor -HDRSUBDIRS = libdat +HDRSUBDIRS = libdat all := TARGET = all clean := TARGET = clean @@ -35,12 +35,11 @@ clobber := TARGET = clobber check := TARGET = check install := TARGET = install install_h := TARGET = install_h -lint := TARGET = lint debug := TARGET = debug .KEEP_STATE: -all debug clean clobber lint: $(SUBDIRS) +all debug clean clobber: $(SUBDIRS) install: $(ROOTDIRS) $(SUBDIRS) |