diff options
author | tmk <nobody@nowhere> | 2012-06-07 12:35:24 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-06-07 12:35:24 +0900 |
commit | 63d82fcaeb78d0764f39667b937262ed4a692c17 (patch) | |
tree | 95c70db82410a69084594555a435b0a009ba68e9 /common.mk | |
parent | f4125707399d11a7d80587659c464b9bcddb8c56 (diff) |
Fixed Makefile to adjust new directories.
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -33,7 +33,4 @@ ifdef $(or MOUSEKEY_ENABLE, PS2_MOUSE_ENABLE) endif # Search Path -VPATH += $(COMMON_DIR) - - -include $(COMMON_DIR)/rules.mk +VPATH += $(TOP_DIR)/common |