Skip to content

Commit

Permalink
fix "make install"
Browse files Browse the repository at this point in the history
  • Loading branch information
stev47 committed May 18, 2012
1 parent 4ed279d commit 7d0cb84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/Makefile.sub
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ KSOURCES=$(KSOURCES1:%=kernel/%)
KASMSOURCES1=dccasm.S
KASMSOURCES=$(KASMSOURCES1:%=kernel/%)

KERNEL_TARGETS:=$(KERNEL).coff $(KERNEL).srec $(KERNEL).lds BaseAddresses
KERNEL_TARGETS:=$(KERNEL).coff $(KERNEL).srec $(KERNEL).lds

# Files of the source distribution
DISTFILES += kernel/Makefile.sub $(KSOURCES) $(KASMSOURCES)
Expand All @@ -25,7 +25,7 @@ DISTFILES += kernel/Makefile.sub $(KSOURCES) $(KASMSOURCES)
# This will not work on Windows unless you have perl installed.
#
#all: $(KERNEL).srec $(KERNEL).dis2 $(KERNEL).lds
all:: $(KERNEL_TARGETS)
all:: $(KERNEL_TARGETS) BaseAddresses

install:: $(KERNEL_TARGETS)
test -d $(DESTDIR)$(pkgdatadir) || mkdir -p $(DESTDIR)$(pkgdatadir)
Expand Down

0 comments on commit 7d0cb84

Please sign in to comment.