Changeset 7961

Show
Ignore:
Timestamp:
07/02/08 11:05:45 (5 years ago)
Author:
bhilburn
Message:

Argh. I missed one of the omniidl calls.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/bhilburn/rpmdev/0.6.x/system/standardInterfaces/Makefile.am

    r7079 r7961  
     1IDL_BIN = $(shell which omniidl) 
     2 
    13%.pp.idl : %.idl 
    24        gcc -E -x c++ $< > $@ 
    35 
    46%SK.cpp %.h %DynSK.cpp : %.idl 
    5         /usr/local/bin/omniidl -I/usr/local/include -bcxx -Wba -Wbd=DynSK.cpp -Wbh=.h -Wbs=SK.cpp -Wbkeep_inc_path $< 
     7        $(IDL_BIN) -I/usr/local/include -bcxx -Wba -Wbd=DynSK.cpp -Wbh=.h -Wbs=SK.cpp -Wbkeep_inc_path $< 
    68        cp $*.h include/standardinterfaces 
    79