1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-25 02:52:25 +01:00

Add forgotten changes.

This commit is contained in:
Kris Maglione
2011-09-26 17:05:55 -04:00
parent b2628cd65e
commit 8900946cf2
4 changed files with 25 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
ROOT = ..
XPTDIR = $(ROOT)/components/
XPTDIR = $(ROOT)/components/$(ABI)/
SODIR = $(ROOT)/components/$(ABI)/
OBJDIR = $(ABI)/
@@ -87,7 +87,7 @@ $(MODULE).so: $(OBJS)
$(MODULE).dll: $(OBJS)
$(LINK)$@ $(GECKO_LDFLAGS) $(OBJS)
$(XPTDIR) $(SODIR) $(OBJDIR):
$(sort $(XPTDIR) $(SODIR) $(OBJDIR)):
mkdir -p $@
.PHONY: module xpts build clean all depend