Changeset 19552

Show
Ignore:
Timestamp:
11/15/06 11:09:22 (2 years ago)
Author:
patrick
Message:

Fixed a build error caused by a missing space in the use of the -d argument
to the JacORB IDL-to-Java compiler. This only applies to the use of
Flagpoll to query this information from the Tweek package metadata file.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/tweek/test/NetworkTestBean/Makefile.in

    r19539 r19552  
    7575JAVA_IDL=               $(TWEEK_IDL_JAVA) 
    7676JAVA_IDL_OPTS=          $(TWEEK_IDLFLAGS_JAVA)                  \ 
    77                         $(TWEEK_IDL_GENDIR_JAVA)$(JAVA_GEN_DIR) 
     77                        $(TWEEK_IDL_GENDIR_JAVA) $(JAVA_GEN_DIR) 
    7878JAVA_IDL_INCLUDES=       
    7979