Changeset 198

Show
Ignore:
Timestamp:
12/26/06 13:53:10 (5 years ago)
Author:
root
Message:

Cleaning up and adding yet another forgotten variable.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • floppyfw/Makefile

    r193 r198  
    3434 
    3535# Old gruff, need to put somewhere else later. 
    36 SCRIPTS_DIR = $(BASE_DIR)/scripts 
    37 PATCH_DIR   = $(BASE_DIR)/patches 
    38 CONFIG_DIR  = $(BASE_DIR)/configs 
    39 FILES_DIR   = $(BASE_DIR)/files 
    40 TMP_DIR     = $(BASE_DIR)/tmp 
    41 MODULES_DIR = $(BUILD_DIR)/modules 
     36SCRIPTS_DIR           = $(BASE_DIR)/scripts 
     37PATCH_DIR             = $(BASE_DIR)/patches 
     38CONFIG_DIR            = $(BASE_DIR)/configs 
     39FILES_DIR             = $(BASE_DIR)/files 
     40TMP_DIR               = $(BASE_DIR)/tmp 
     41MODULES_DIR           = $(BUILD_DIR)/modules 
     42PACKAGES_SKELETON_DIR = $(BASE_DIR)/skeletons/packages 
     43 
    4244 
    4345SED=/usr/bin/perl -p -i -e